home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / progut~1 / stdwin.zoo / vt / Makefile < prev    next >
Encoding:
Makefile  |  1989-10-17  |  3.6 KB  |  151 lines

  1. # Begin Generic
  2. STDWIN=        ..
  3. CONF=        $(STDWIN)/conf
  4. H=        $(STDWIN)/h
  5. TOOLS=        $(STDWIN)/tools
  6. ALFA=        $(STDWIN)/alfa
  7. MG1=        $(STDWIN)/mg1
  8. X11=        $(STDWIN)/x11
  9. X11LIBS=    $(X11)/lib.a $(LIBX11)
  10. LIBX11=        $(LIBXLIB)/libX11.a
  11. LIBXT=        $(LIBXLIB)/libXaw.a $(LIBXLIB)/libXt.a
  12. XTLIBS=        $(STDWIN)/xt/lib.a $(LIBXT) $(LIBX11)
  13. STUBS=        $(STDWIN)/stubs
  14. INCLUDES=    -I$(H) $(SYSINCLUDES) $(SITEINCLUDES) $(LINCLUDES)
  15. DEFS=        $(SYSDEFS) $(SITEDEFS) $(LDEFS)
  16. CPPFLAGS=    $(DEFS) $(INCLUDES)
  17. OPTIONS=    $(SYSOPTIONS) $(SITEOPTIONS) $(LOPTIONS)
  18. CFLAGS=        $(CPPFLAGS) $(OPTIONS)
  19. LDFLAGS=    $(OPTIONS)
  20. LINTFLAGS=    -bhv
  21. LINT=        lint
  22. # End Generic
  23. # Begin Sys.bsd42
  24. SYSINCLUDES=    
  25. SYSDEFS=    -DNO_MEMCPY -DNO_VOID_FPTR
  26. SYSOPTIONS=    
  27. LIBXLIB=    /usr/lib
  28. # End Sys.bsd42
  29. # Begin Make.conf
  30. # $Header$
  31.  
  32. SRCS=        vt.c vtansi.c vtfunc.c vtputs.c vtresize.c vtusesend.c vtsend.c
  33. OBJS=        vt.o vtansi.o vtfunc.o vtputs.o vtresize.o vtusesend.o vtsend.o
  34.  
  35. all:        $(OBJS)
  36.  
  37. # End Make.conf
  38. # Begin Rules
  39. all:        Makefile
  40.  
  41. Makefile:    $(CONF)/Generic $(CONF)/Rules $(CONF)/mkmk Make.conf
  42.         @echo "Makefile out-of-date -- rerun $(CONF)/mkmk"; exit 1
  43.  
  44. depend:        $(SRCS)
  45.         $(CONF)/mkdep $(CPPFLAGS) $(SRCS) >@mkdep
  46.  
  47. tags:        $(SRCS) $(HDRS)
  48.         ctags -w $(SRCS) $(HDRS)
  49.  
  50. clean::
  51.         -rm -f core *.o [,@#]*
  52.  
  53. clobber::    clean
  54.         -rm -f lib.a tags *.[A-Z]
  55.  
  56. lint:        $(SRCS) $(HDRS)
  57.         $(LINT) $(LINTFLAGS) $(CPPFLAGS) $(SRCS) $(LINTLIBS)
  58. # End Rules
  59. vt.o: vt.c
  60. vt.o: ./vtimpl.h
  61. vt.o: ../h/configure.h
  62. vt.o: ../h/tools.h
  63. vt.o: ../h/configure.h
  64. vt.o: /usr/include/stdio.h
  65. vt.o: /usr/include/ctype.h
  66. vt.o: /usr/include/strings.h
  67. vt.o: ../h/l_defs.h
  68. vt.o: ../h/stdwin.h
  69. vt.o: ../h/stdevent.h
  70. vt.o: ../h/stdtext.h
  71. vt.o: ../h/vt.h
  72. vtansi.o: vtansi.c
  73. vtansi.o: ./vtimpl.h
  74. vtansi.o: ../h/configure.h
  75. vtansi.o: ../h/tools.h
  76. vtansi.o: ../h/configure.h
  77. vtansi.o: /usr/include/stdio.h
  78. vtansi.o: /usr/include/ctype.h
  79. vtansi.o: /usr/include/strings.h
  80. vtansi.o: ../h/l_defs.h
  81. vtansi.o: ../h/stdwin.h
  82. vtansi.o: ../h/stdevent.h
  83. vtansi.o: ../h/stdtext.h
  84. vtansi.o: ../h/vt.h
  85. vtfunc.o: vtfunc.c
  86. vtfunc.o: ./vtimpl.h
  87. vtfunc.o: ../h/configure.h
  88. vtfunc.o: ../h/tools.h
  89. vtfunc.o: ../h/configure.h
  90. vtfunc.o: /usr/include/stdio.h
  91. vtfunc.o: /usr/include/ctype.h
  92. vtfunc.o: /usr/include/strings.h
  93. vtfunc.o: ../h/l_defs.h
  94. vtfunc.o: ../h/stdwin.h
  95. vtfunc.o: ../h/stdevent.h
  96. vtfunc.o: ../h/stdtext.h
  97. vtfunc.o: ../h/vt.h
  98. vtputs.o: vtputs.c
  99. vtputs.o: ./vtimpl.h
  100. vtputs.o: ../h/configure.h
  101. vtputs.o: ../h/tools.h
  102. vtputs.o: ../h/configure.h
  103. vtputs.o: /usr/include/stdio.h
  104. vtputs.o: /usr/include/ctype.h
  105. vtputs.o: /usr/include/strings.h
  106. vtputs.o: ../h/l_defs.h
  107. vtputs.o: ../h/stdwin.h
  108. vtputs.o: ../h/stdevent.h
  109. vtputs.o: ../h/stdtext.h
  110. vtputs.o: ../h/vt.h
  111. vtresize.o: vtresize.c
  112. vtresize.o: ./vtimpl.h
  113. vtresize.o: ../h/configure.h
  114. vtresize.o: ../h/tools.h
  115. vtresize.o: ../h/configure.h
  116. vtresize.o: /usr/include/stdio.h
  117. vtresize.o: /usr/include/ctype.h
  118. vtresize.o: /usr/include/strings.h
  119. vtresize.o: ../h/l_defs.h
  120. vtresize.o: ../h/stdwin.h
  121. vtresize.o: ../h/stdevent.h
  122. vtresize.o: ../h/stdtext.h
  123. vtresize.o: ../h/vt.h
  124. vtusesend.o: vtusesend.c
  125. vtusesend.o: ./vtimpl.h
  126. vtusesend.o: ../h/configure.h
  127. vtusesend.o: ../h/tools.h
  128. vtusesend.o: ../h/configure.h
  129. vtusesend.o: /usr/include/stdio.h
  130. vtusesend.o: /usr/include/ctype.h
  131. vtusesend.o: /usr/include/strings.h
  132. vtusesend.o: ../h/l_defs.h
  133. vtusesend.o: ../h/stdwin.h
  134. vtusesend.o: ../h/stdevent.h
  135. vtusesend.o: ../h/stdtext.h
  136. vtusesend.o: ../h/vt.h
  137. vtusesend.o: ./vtserial.h
  138. vtsend.o: vtsend.c
  139. vtsend.o: ./vtimpl.h
  140. vtsend.o: ../h/configure.h
  141. vtsend.o: ../h/tools.h
  142. vtsend.o: ../h/configure.h
  143. vtsend.o: /usr/include/stdio.h
  144. vtsend.o: /usr/include/ctype.h
  145. vtsend.o: /usr/include/strings.h
  146. vtsend.o: ../h/l_defs.h
  147. vtsend.o: ../h/stdwin.h
  148. vtsend.o: ../h/stdevent.h
  149. vtsend.o: ../h/stdtext.h
  150. vtsend.o: ../h/vt.h
  151.